翻訳と辞書
Words near each other
・ Fantine (musician)
・ Fantine (painting)
・ Fantini
・ Fantino
・ Fantino (disambiguation)
・ Fantinus
・ Fantje iz gline
・ FantLab
・ FantLab's Book of the Year Award
・ Fantofarone
・ Fantoft Stave Church
・ Fantography
・ Fantom
・ Fantom (company)
・ Fantom (disambiguation)
Fantom (programming language)
・ Fantom (software)
・ Fantom of the Fair
・ Fantom Warior
・ Fantomah
・ Fantomas contra los vampiros multinacionales
・ Fantomcat
・ Fantome
・ Fantome (schooner)
・ Fantome class
・ Fantome Island
・ Fantome Rock
・ Fantome-class sloop
・ Fantome-class survey motor boat
・ Fantomerna


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Fantom (programming language) : ウィキペディア英語版
Fantom (programming language)

Fantom is a general purpose object-oriented programming language created by Brian and Andy Frank〔(Fantom FAQ: Contact Us )〕 that runs on the Java Runtime Environment (JRE), JavaScript, and the .NET Common Language Runtime (CLR) (.NET support is considered "prototype"〔(Fantom FAQ: Roadmap )〕 status). Its primary design goal is to provide a standard library API〔(Fantom FAQ: Why Fantom? )〕 that abstracts away the question of whether the code will ultimately run on the JRE or CLR. Like C# and Java, Fantom uses a curly brace syntax. The language supports functional programming through closures and concurrency through the Actor model. Fantom takes a "middle of the road" approach to its type system, blending together aspects of both static and dynamic typing.
== Typing ==
Fantom's type system is simple by design. All variables are statically typed, as they are in C# and Java. Fantom rejects generic types due to their complexity, but it does have a set of built-in generic types: List, Map, and Func. Fantom can also take on the feel of a dynamically typed language through dynamic calls and automatic downcasting. Fantom has an easy to use reflection API and metaprogramming capabilities.
Fantom is open source under the Academic Free License 3.0 and is available for Windows and Unix-like platforms (including Mac OS X).

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Fantom (programming language)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.